home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMQUICKSWITCH / TFRMQUICKSWITCH.txt
Text File  |  2008-08-19  |  4KB  |  145 lines

  1. object FrmQuickSwitch: TFrmQuickSwitch
  2.   Left = 391
  3.   Top = 288
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Select a document...'
  7.   ClientHeight = 299
  8.   ClientWidth = 374
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ArtPanel1: TArtPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 374
  26.     Height = 299
  27.     Align = alClient
  28.     AlignmentHorz = taCenter
  29.     AlignmentVert = tavCenter
  30.     BorderWidth = 1
  31.     ColorHighlight = clRed
  32.     ColorShadow = clRed
  33.     EdgesTransparent = True
  34.     Gradient = False
  35.     GradientStartColor = clBtnHighlight
  36.     GradientEndColor = clBtnFace
  37.     TabOrder = 0
  38.     object ArtPanel2: TArtPanel
  39.       Left = 2
  40.       Top = 2
  41.       Width = 370
  42.       Height = 295
  43.       Align = alClient
  44.       AlignmentHorz = taCenter
  45.       AlignmentVert = tavCenter
  46.       BorderWidth = 4
  47.       Caption = 'ArtPanel2'
  48.       ColorHighlight = clBtnFace
  49.       ColorShadow = clBtnFace
  50.       EdgesTransparent = True
  51.       Gradient = False
  52.       GradientStartColor = clBtnHighlight
  53.       GradientEndColor = clBtnFace
  54.       TabOrder = 0
  55.       object Panel1: TPanel
  56.         Left = 5
  57.         Top = 5
  58.         Width = 360
  59.         Height = 247
  60.         Align = alClient
  61.         BevelOuter = bvNone
  62.         BorderWidth = 1
  63.         TabOrder = 0
  64.         object Lista: TCSListBox
  65.           Left = 1
  66.           Top = 1
  67.           Width = 358
  68.           Height = 245
  69.           Style = lbOwnerDrawFixed
  70.           Align = alClient
  71.           BorderStyle = bsNone
  72.           Color = clBtnFace
  73.           Columns = 2
  74.           ItemHeight = 22
  75.           TabOrder = 0
  76.           OnClick = ListaClick
  77.           OnDrawItem = ListaDrawItem
  78.           OnMouseDown = ListaMouseDown
  79.           OnMouseMove = ListaMouseMove
  80.         end
  81.       end
  82.       object Panel2: TArtPanel
  83.         Left = 5
  84.         Top = 252
  85.         Width = 360
  86.         Height = 37
  87.         Align = alBottom
  88.         AlignmentHorz = taCenter
  89.         AlignmentVert = tavCenter
  90.         BorderWidth = 3
  91.         ColorHighlight = clBtnShadow
  92.         ColorShadow = clBtnShadow
  93.         EdgesTransparent = True
  94.         Gradient = False
  95.         GradientStartColor = clBtnHighlight
  96.         GradientEndColor = clBtnFace
  97.         TabOrder = 1
  98.         object LabelFile: TLabel
  99.           Left = 4
  100.           Top = 3
  101.           Width = 76
  102.           Height = 13
  103.           Caption = 'Combo95.pas'
  104.           Font.Charset = ANSI_CHARSET
  105.           Font.Color = clWindowText
  106.           Font.Height = -11
  107.           Font.Name = 'Tahoma'
  108.           Font.Style = [fsBold]
  109.           ParentFont = False
  110.           Transparent = False
  111.         end
  112.         object LabelPath: TdfsEllipsisPanel
  113.           Left = 4
  114.           Top = 18
  115.           Width = 352
  116.           Height = 15
  117.           Hint = '|'
  118.           IsPath = True
  119.           Caption = 'sadfsadfsdafsda'
  120.           Align = alBottom
  121.           Alignment = taLeftJustify
  122.           BevelOuter = bvNone
  123.           ParentShowHint = False
  124.           TabOrder = 0
  125.         end
  126.       end
  127.       object Panel3: TPanel
  128.         Left = 5
  129.         Top = 289
  130.         Width = 360
  131.         Height = 1
  132.         Align = alBottom
  133.         BevelOuter = bvNone
  134.         TabOrder = 2
  135.       end
  136.     end
  137.   end
  138.   object Timer1: TTimer
  139.     Interval = 20
  140.     OnTimer = Timer1Timer
  141.     Left = 120
  142.     Top = 80
  143.   end
  144. end
  145.